std.vita.netdb

Undocumented in source.

Members

Functions

freeaddrinfo
void freeaddrinfo(addrinfo* res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gai_strerror
const(char)* gai_strerror(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getaddrinfo
int getaddrinfo(char* node, char* service, addrinfo* hints, addrinfo** res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gethostbyaddr
hostent* gethostbyaddr(void* addr, socklen_t len, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gethostbyname
hostent* gethostbyname(char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getservbyname
servent* getservbyname(char* name, char* proto)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getservbyport
servent* getservbyport(int port, char* proto)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

AI_ADDRCONFIG
enum AI_ADDRCONFIG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AI_ALL
enum AI_ALL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AI_CANONNAME
enum AI_CANONNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AI_MASK
enum AI_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AI_NUMERICHOST
enum AI_NUMERICHOST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AI_NUMERICSERV
enum AI_NUMERICSERV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AI_PASSIVE
enum AI_PASSIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AI_V4MAPPED
enum AI_V4MAPPED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AI_V4MAPPED_CFG
enum AI_V4MAPPED_CFG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_ADDRFAMILY
enum EAI_ADDRFAMILY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_AGAIN
enum EAI_AGAIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_ALLDONE
enum EAI_ALLDONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_BADFLAGS
enum EAI_BADFLAGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_CANCELED
enum EAI_CANCELED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_FAIL
enum EAI_FAIL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_FAMILY
enum EAI_FAMILY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_IDN_ENCODE
enum EAI_IDN_ENCODE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_INPROGRESS
enum EAI_INPROGRESS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_INTR
enum EAI_INTR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_MEMORY
enum EAI_MEMORY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_NODATA
enum EAI_NODATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_NONAME
enum EAI_NONAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_NOTCANCELED
enum EAI_NOTCANCELED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_OVERFLOW
enum EAI_OVERFLOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_SERVICE
enum EAI_SERVICE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_SOCKTYPE
enum EAI_SOCKTYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EAI_SYSTEM
enum EAI_SYSTEM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NI_DGRAM
enum NI_DGRAM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NI_MAXHOST
enum NI_MAXHOST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NI_MAXSERV
enum NI_MAXSERV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NI_NAMEREQD
enum NI_NAMEREQD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NI_NOFQDN
enum NI_NOFQDN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NI_NUMERICHOST
enum NI_NUMERICHOST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NI_NUMERICSERV
enum NI_NUMERICSERV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NI_WITHSCOPEID
enum NI_WITHSCOPEID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

addrinfo
struct addrinfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hostent
struct hostent
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
protoent
struct protoent
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
servent
struct servent
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta